Auto merge of #3091 - matklad:move-exec-streamed, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 26 Sep 2016 17:48:18 +0000 (10:48 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2016 17:48:18 +0000 (10:48 -0700)
Move stream_output to ProcessBuilder

Make `stream_output` method more reusable (I intend to use it in #3000).

Unrelated question: what is that `ExecEngine` thing? Looks like it does nothing at the moment and can be removed.


Trivial merge